google.golang.org/grpc/internal/transport.itemList.peek (method)
3 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L71: func (il *itemList) peek() any {
controlbuf.go#L946: dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
controlbuf.go#L1025: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)